//=================================================================================//
//                    Discrete Groups and Computational Geometry                   //
//                                 H. M. Cooper 2013                               //
//                                                                                 //
//                                   support_files                                 //
//                                                                                 //
//=================================================================================//
// This CD contains the support files for the thesis "Computational Geometry and   //
// Discrete Groups", a version of which is provided in back up PDF here too.       //
//                                                                                 //
// These files are divided into two general folders:                               //
// * "SnappyD", which contains the code and zipped forms of the executables        //
//   mentioned in the thesis; and                                                  //
// * "reference_information" which contains various support data such as the       //
//   original SnapPea code and the data used to make the tables seen in the thesis.//
//                                                                                 //
// We outline the structure and contents of these support files below:             //
//                                                                                 //
// >> support_files [disc]                                                         //
//    ++ contains PDF copy of thesis and this readme file.                         //
//    >> SnappyD [folder]                                                          //
//       >> SnappyD_code [folder]                                                  //
//          ++ contains zipped files of the code used to generate SnappyD          //
//             (and variants) and the GCC compiler used in our work.               //
//       >> SnappyD_exectuables [folder]                                           //
//          ++ contains zipped files containing executable versions of SnappyD.    //
//    >> reference_information [folder]                                            //
//       >> matlab [folder]                                                        //
//          ++ contains matlab functions used to generate the domain pictures seen //
//             in the thesis, etc.                                                 //
//       >> SnapPea [folder]                                                       //
//          ++ contains a zip file of PDF print-outs of the SnapPea kernel files   //
//             and a .tar file containing the entire SnapPea kernel.               //
//       >> Snappy [folder]                                                        //
//          ++ contains zipped code and executables for the program Snappy (which  //
//             is a wrapper of SnapPea's unaltered Dirichlet_subroutines).         //
//       >> table_data [folder]                                                    //
//          ++ a set of folders containing all the data used to generate the       //
//             tables seen in the thesis, and a zip file containing .tex versions  //
//             of said tables.                                                     //
//                                                                                 //
// NOTE: most major folders contain a readme file further explaning the contents.  //
//=================================================================================//
